ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TrendLineBase<T> Class
Members

In This Topic
    TrendLineBase<T> Class
    In This Topic
    Represents base class for various trend lines.
    Object Model
    TrendLineBase<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class TrendLineBase(Of T) 
       Inherits ExtraSeries(Of T)
    public abstract class TrendLineBase<T> : ExtraSeries<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.TrendLineBase<T>
                C1.Web.Mvc.FunctionSeries<T>
                C1.Web.Mvc.MovingAverage<T>
                C1.Web.Mvc.TrendLine<T>

    See Also